home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sheep_es.swf / scripts / frame_31 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  404 b   |  7 lines

  1. _root.alert.gotoAndStop("off");
  2. setProperty("_root.sheepmc", _visible, "0");
  3. _root.endscreenMC.duplicateMovieClip("endscreen",95);
  4. _root.total = Number(_root.scoreboard.reaction1) + Number(_root.scoreboard.reaction2) + Number(_root.scoreboard.reaction3) + Number(_root.scoreboard.reaction4) + Number(_root.scoreboard.reaction5);
  5. _root.endscreen.reaction6 = Number(_root.total) / Number(5);
  6. stop();
  7.